From: kaf24@firebug.cl.cam.ac.uk Date: Thu, 15 Sep 2005 13:17:24 +0000 (+0000) Subject: Fix the libxc Makefile. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16780^2~72 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=47ff2422dbdb3187dd2d82bb8268803c6f58b652;p=xen.git Fix the libxc Makefile. --- diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile index 57a24a22e4..f1ac817d1f 100644 --- a/tools/libxc/Makefile +++ b/tools/libxc/Makefile @@ -32,8 +32,7 @@ BUILD_SRCS += xc_ia64_stubs.c else SRCS += xc_ptrace.c SRCS += xc_ptrace_core.c - -BUILD_SRCS := xc_load_aout9.c +BUILD_SRCS += xc_load_aout9.c BUILD_SRCS += xc_linux_restore.c BUILD_SRCS += xc_linux_save.c BUILD_SRCS += xc_vmx_build.c